Q3RotateAboutPointTransform_SetData
You can use theQ3RotateAboutPointTransform_SetData
function to set new private data for a rotate-about-point transform.
TQ3Status Q3RotateAboutPointTransform_SetData ( TQ3TransformObject transform, const TQ3RotateAboutPointTransformData *data);
transform
- A transform.
data
- A pointer to a rotate-about-point data structure.
DESCRIPTION
TheQ3RotateAboutPointTransform_SetData
function sets the rotate-about-point transform specified by thetransform
parameter to the data passed in thedata
parameter. You should useQ3RotateAboutPointTransform_SetData
only with transforms of typekQ3TransformTypeRotateAboutPoint
.